home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_113.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  320 b   |  11 lines

  1. Inputs: InList; Item; N1; [N2; ...]
  2. Outputs: OutList
  3.  
  4. Inputs: list; any; integer; [integer; ...]
  5. Outputs: list
  6.  
  7. OutList is the list obtained by replacing the indexed element of InList with Item. If the indices are N1 and N2, OutList is the list with the N2th element of the N1th list in InList replaced by Item.
  8.  
  9. Lists
  10.  
  11.